type github.com/aws/smithy-go/context.preserveExpiredValuesKey

3 uses

	github.com/aws/smithy-go/context (current package)
		suppress_expired.go#L61: type preserveExpiredValuesKey struct{}
		suppress_expired.go#L70: 	return context.WithValue(ctx, preserveExpiredValuesKey{}, enable)
		suppress_expired.go#L76: 	v := ctx.Value(preserveExpiredValuesKey{})